From: Jan Djärv Date: Sat, 12 Dec 2009 17:11:41 +0000 (+0000) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8947 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8472c7c9fd1a7df5e8b133dd9a7333921ba79ba2;p=emacs.git Fix typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6f7b29ae33a..abc957b345b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,7 +2,7 @@ * xsettings.c (struct xsettings): Add member seen. (parse_xft_settings): Update member seen with what we have read. - Return 0 if Xft-settings have been parsed, 0 otherwise. + Return non-zero if Xft-settings have been parsed, 0 otherwise. (apply_xft_settings): Only update Xft settings with what member seen indicates as new.